home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / System 7.5 Update 2.0 / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Objects / Document Properties < prev    next >
Encoding:
Text File  |  1996-01-25  |  170 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of document "Test1"
  3.     best type of document 2
  4.     default type of document -2
  5.     name of document 1
  6.     modified of first document
  7. end tell